hip.api

Undocumented in source.

Modules

assets
module hip.api.assets
audio
module hip.api.audio
Undocumented in source.
config
module hip.api.config
Undocumented in source.
console
module hip.api.console
Undocumented in source.
data
module hip.api.data
filesystem
module hip.api.filesystem
game
module hip.api.game
graphics
module hip.api.graphics
impl
module hip.api.impl
Undocumented in source.
input
module hip.api.input
Undocumented in source.
math
module hip.api.math
renderer
module hip.api.renderer
systems
module hip.api.systems
view
module hip.api.view

Public Imports

hip.api.impl
public import hip.api.impl;

For building the API some rules must be followed:

hip.api.config
public import hip.api.config;
Undocumented in source.

Members

Aliases

hipDestroyFn
alias hipDestroyFn = void function(Object)

Most important functions here

Enums

HipAssetLoadStrategy
enum HipAssetLoadStrategy
Undocumented in source.

Mixin templates

HipEngineMain
mixintemplate HipEngineMain(alias StartScene, HipAssetLoadStrategy strategy = HipAssetLoadStrategy.loadAll)
Undocumented in source.

Static variables

hipDestroy
hipDestroyFn hipDestroy;

Most important functions here

Meta